-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trending tokens / network switcher cleanup #6372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👨🏼🍳
const chainId = useTrendingTokensStore(state => state.chainId); | ||
const selected = useSharedValue<ChainId | undefined>(chainId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice good catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
here's a video of me trying to break networks and sorting: https://www.loom.com/share/7019d35bd0914b57893163a828713ed1 (i didn't)
9ccc6aa
to
8416020
Compare
(cherry picked from commit 5e92d8e)
What changed (plus any additional context for devs)
alignItems: 'baseline'
in trending tokens coin rowsScreen recordings / screenshots
What to test